-- background: 2765 from stack: in -- bmap block id: 7778 -- flags: 0000 -- background id: 0 -- name: ----- HyperTalk script ----- on openBackground push recent card end openBackground -- part 6 (button) -- low flags: 00 -- high flags: A004 -- rect: left=328 top=314 right=335 bottom=366 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Prev ----- HyperTalk script ----- on mouseUp visual effect wipe right go to previous card end mouseUp -- part 7 (button) -- low flags: 00 -- high flags: A004 -- rect: left=371 top=314 right=335 bottom=409 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Next ----- HyperTalk script ----- on mouseUp visual effect wipe left go to next card end mouseUp -- part 8 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=40 top=314 right=339 bottom=69 -- title width / last selected line: 0 -- icon id / first selected line: 21700 / 21700 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Home ----- HyperTalk script ----- on mouseUp visual effect iris open go Home end mouseUp -- part 9 (button) -- low flags: 00 -- high flags: 8004 -- rect: left=413 top=314 right=335 bottom=486 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Start over ----- HyperTalk script ----- on mouseUp visual effect iris close go to card "1st" end mouseUp -- part 22 (field) -- low flags: 00 -- high flags: 0001 -- rect: left=206 top=149 right=259 bottom=264 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: -- part 12 (field) -- low flags: 01 -- high flags: 4000 -- rect: left=210 top=172 right=189 bottom=259 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: b1 ----- HyperTalk script ----- on mouse up set numberFormat to "#.00" put field "a1" * field "b1" into field "c1" on mouse down -- part 14 (field) -- low flags: 01 -- high flags: 4000 -- rect: left=210 top=152 right=169 bottom=259 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: c1 -- part 15 (field) -- low flags: 01 -- high flags: 4000 -- rect: left=208 top=208 right=225 bottom=258 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: e1 -- part 16 (field) -- low flags: 01 -- high flags: 4000 -- rect: left=208 top=230 right=247 bottom=258 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: f1 -- part 17 (field) -- low flags: 00 -- high flags: 4002 -- rect: left=254 top=107 right=123 bottom=310 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: a1 ----- HyperTalk script ----- on closefield set numberformat to "00.00" put line 1 of field "a1" * .2 into field "b1" put line 1 of field "a1" - line 1 of field"b1" into field"c1" put line 1 of field "a1" * .3 into field "f1" put line 1 of field "a1" - line 1 of field"f1" into field"e1" end closefield